home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / kasim / 15 / setup.exe / TYPECASE.MAC < prev    next >
Encoding:
Text File  |  2000-05-26  |  2.2 KB  |  40 lines

  1. .start(main,Contents,typecase.bmp,Typecase)
  2. .top(information)
  3. Typecase lets the user choose characters from a large clear display of the full font..n
  4. For the best clarity, its window should be maximized or nearly so..n
  5. MENU OPTIONS:-.n
  6.      `.b(another font)' lets you choose which font..n
  7.      `16*16/32*8 (or pressing F1) switches the display between 16 rows of 16 characters and
  8.  8 rows of 32 characters..n
  9.      `.b(show buffer?)' (or pressing F2) switches on or off whether to show the buffer..n
  10.      `.b(buffer to clipboard)' copies the contents of the buffer to the Windows clipboard
  11.  as text..n
  12.   Other Windows applications can read from the clipboard by `Edit, Paste'..n
  13.      `.b(read font)' reads in fonts from a chosen font file;
  14.  if the file is a .TTF file,
  15.  it offers to create the corresponding .FOT file if it does not exist already.
  16.  (Windows 3.* can't read directly from *.TTF files, but Windows 95 / 98 / etc can.).n
  17.      `.b(drop font)' drops any fonts (until you restart Windows) that were read from a chosen
  18.  font file..n
  19.      `.b(numbers)' (or pressing F3) switch between displaying cell numbers not at all /
  20.  decimal / hexadecimal..n
  21.      `.b(all to clipboard)' copies the whole font display to the clipboard as graphic..n
  22. .n
  23.   Pressing any control key or printing key puts the current font's equivalent character in the
  24.  buffer at the cursor..n
  25.   Clicking the left mouse button on a character puts it in the buffer at the cursor..n
  26.   In the buffer, left-arrow and right-arrow move the cursor, and delete and backspace
  27.  delete a character at the cursor as usual..n
  28.   While the right mouse button is pressed, the character that the mouse is on is displayed
  29.  very big. The rectangle shows the type size (without `internal leading'); any parts of the
  30.  character outside this rectangle are called `kerns' and may overlap other characters..n
  31. .n
  32. NOTE: The Windows clipboard when used to hold text seems to have no standard way to transmit
  33.  font information. The user must make sure that the desired font is current in the editor
  34.  or wherever that he will paste the characters into.
  35. .end
  36. .ent(icon,Information,Icon)
  37. Typecase lets the user choose characters from a large clear display of the full font.
  38. .end
  39. .end_file
  40.